Before requesting a post-lock a price concession, confirm that the rate is still active with the isRatePeriodStillActive call. Provide the lockId and statusId returned by from the addLockEvent call in the Add Export Pricing Lock Event step.
/rest/v1/lp-ppe-api/isRatePeriodStillActive/{priceQuoteId}/{statusId}
The {lockId} is the lockId returned by from the addLockEvent call in the Add Export Pricing Lock Event step.
The {statusId} from the same addLockEvent call.
This call has no body.
The call returns a boolean positive or negative response.